home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TSTEREO / TSTEREO.txt
Text File  |  2000-08-10  |  2KB  |  83 lines

  1. object stereo: Tstereo
  2.   Left = 342
  3.   Top = 312
  4.   ActiveControl = choices
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Deal with a stereo WAV'
  8.   ClientHeight = 173
  9.   ClientWidth = 371
  10.   Color = 4470913
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 321
  25.     Height = 33
  26.     AutoSize = False
  27.     Caption = 
  28.       'The WAV-file you have imported appears to be a stereo-file. Tuar' +
  29.       'eg, however, can only work with mono-samples.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWhite
  32.     Font.Height = -11
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38.   object Label2: TLabel
  39.     Left = 8
  40.     Top = 48
  41.     Width = 305
  42.     Height = 17
  43.     AutoSize = False
  44.     Caption = 'How would you like this file to be processed ?'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWhite
  47.     Font.Height = -11
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     WordWrap = True
  52.   end
  53.   object choices: TRadioGroup
  54.     Left = 8
  55.     Top = 64
  56.     Width = 257
  57.     Height = 97
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWhite
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ItemIndex = 3
  64.     Items.Strings = (
  65.       'Merge left and right into one channel'
  66.       'Use only the left channel'
  67.       'Use only the right channel'
  68.       'Import both channels as separate samples')
  69.     ParentFont = False
  70.     TabOrder = 0
  71.   end
  72.   object okBtn: TButton
  73.     Left = 280
  74.     Top = 136
  75.     Width = 83
  76.     Height = 25
  77.     Caption = 'Ok'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 1
  81.   end
  82. end
  83.